win32: Handle all window changes in WINDOWPOSCHANGED
authorAlexander Larsson <alexl@redhat.com>
Tue, 25 Oct 2011 12:38:16 +0000 (14:38 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:58 +0000 (17:40 +0100)
commitad374a595cf683bc1f07e16c444a44b399b5dca3
tree3e33cefe4a764d711b675c11fa6ffa55dfaafad5
parent66f7e5d163b1f48eb2f83e4052838872fcee6ecc
win32: Handle all window changes in WINDOWPOSCHANGED

This moves all the code from WM_SIZE, WM_MOVE, and WM_SHOWWINDOW into
one place, cleans up the code and makes sure we only send a single
configure event even if both size and position changes.
gdk/win32/gdkevents-win32.c